HTML supports several types of lists, all of which may be nested. If used they should be present in the <BODY> of a HTML document.
<BODY>
<DL> - Definition list <DIR> - Directory list <MENU> - Menu list <OL> - Ordered list <UL> - Unordered list
<DL>
<DIR>
<MENU>
<OL>
<UL>